home *** CD-ROM | disk | FTP | other *** search
- * PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Release 6 (2COLUMNS.PRG)
- * HP DeskJet - Letter Gothic Font Card
- *
- * IMPORTANT: Don't add or delete any commas or lines in the codes section
- * below. This includes the remarks portion of the code lines. Keep the
- * line "----CODES AND DEFAULTS---" intact. Don't use TAB's
- *
- * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
- * CPI = Characters Per Inch (pitch) pt = point (measure of character height)
- *
- $ MB=1, TS=5, CL=0 (Max Blank lines, Tab Spacing, default Column Length
- * reduction) Ranges are: MB 0-9, TS 2-9, CL 0-9
- *
- @ SORT=y, 2SIDES=y, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n
- *
- ---------- CODES AND DEFAULTS -----------
- , Turn OFF 'Paper-Out' sensor (n/a on deskjet)
- , Turn ON 'Paper-Out' sensor
- 027 038 108 055 068, 7 Lines/Inch line spacing
- 027 069 027 057 027 038 107 054 087 027 040 115 049 048 104 049 081, see NOTE
- 027 038 108 048 076, Cancel 'Skip-Over-Perforations'
- 027 040 115 053 072, Fancy print for Heading (Wide - 5 CPI)
- 027 040 115 049 048 072, Cancel Fancy print (set 10 cpi)
- 027 040 115 050 081, Enhanced print (Letter Quality for Deskjet)
- 027 040 115 049 081, Cancel Enhanced print (set draft)
- *
- "TXT", Default file extension to be shown in file selector box.
- 6, Number of type sizes below (up to 6 allowed)
- *
- " LtrG: 9.5 pt / 20.0 cpi", Name of type size #1
- 027 040 115 049 054 046 054 055 104 057 046 053 118 054 084 027 038 107 054 072, printer codes for size #1
- 160, Number of characters of this size that will fit on a full line
- 73, Maximum lines per column
- *
- " As above but @ 8 lpi", #2
- 027 040 115 049 054 046 054 055 104 057 046 053 118 054 084 027 038 107 054 072 027 038 108 056 068, codes for size 2
- 160, characters/line
- 84, Max lines per column (for 8 Lines/inch)
- *
- " LtrG: 9.5 pt / 21.8 cpi", #3
- 027 040 115 049 054 046 054 055 104 057 046 053 118 054 084 027 038 107 053 046 053 072, codes
- 174, characters/line
- 73, lines/column
- *
- " As above but @ 8 lpi", #4
- 027 040 115 049 054 046 054 055 104 057 046 053 118 054 084 027 038 107 053 046 053 072 027 038 108 056 068,
- 174, characters/line
- 84, lines/column
- *
- " LtrG: 6.0pt/24cpi/9.6lpi", #5
- 027 040 115 050 052 104 054 118 054 084 027 038 108 056 068 027 038 108 053 067,
- 192, characters/line
- 100, lines/column
- *
- " Courier: 12 pt / 18 cpi", #6
- 027 040 115 049 054 046 054 055 104 049 050 086 027 038 107 054 046 054 053 072,
- 144, characters/line
- 73, lines/column
- *****************************
- * Note: These codes take advantage of the ability to combine certain
- sequences. The 4th entry in the --CODES AND DEFAULTS-- section is the
- initialization string. For the Deskjet it contains the following:
- Reset/Clear Margins/Text Scale ON/10 CPI/Draft
-